home *** CD-ROM | disk | FTP | other *** search
/ Network CD 1 / Network CD.iso / compression / zoo_doc < prev    next >
Text File  |  1993-12-23  |  53KB  |  1,067 lines

  1.  
  2.  
  3.      ZOO(1)         REFERENCE MANUAL  (Aug 25, 1988)            ZOO(1)
  4.  
  5.  
  6.      NAME
  7.           zoo - manipulate archives of files in compressed form
  8.  
  9.      SYNOPSIS
  10.           zoo {acfDeghlLPTuUvVx}[aAcCdEfgImMnNoOpPqSu1:/.@n+-=]
  11.           archive [file] ...
  12.           zoo -command archive [file] ...
  13.           zoo h
  14.  
  15.      DESCRIPTION
  16.           Zoo is used to create and maintain collections of files in
  17.           compressed form.  It uses a Lempel-Ziv compression algorithm
  18.           that gives space savings in the range of 20% to 80%
  19.           depending on the type of file data.  Zoo can store and
  20.           selectively extract multiple generations of the same file.
  21.           Data can be recovered from damaged archives by skipping the
  22.           damaged portion and locating undamaged data with the help of
  23.           fiz(1).
  24.  
  25.           This documentation is for version 2.01.  Changes from
  26.           previous versions are described in the section labelled
  27.           CHANGES.
  28.  
  29.           The command zoo h gives summary of commands.
  30.  
  31.           Zoo will not add an archive to itself, nor add the archive's
  32.           backup (with .bak extension to the filename) to the archive.
  33.  
  34.           Zoo has two types of commands:  Expert commands, which
  35.           consist of one command letter followed by zero or more
  36.           modifier characters, and Novice commands, which consist of a
  37.           hyphen (`-') followed by a command word that may be
  38.           abbreviated.  Expert commands are case-sensitive but Novice
  39.           commands are not.
  40.  
  41.           When zoo adds a file to an existing archive, the default
  42.           action is to maintain one generation of each file in an
  43.           archive and to mark any older generation as deleted.  A
  44.           limit on the number of generations to save can be specified
  45.           by the user for an entire archive, or for each file
  46.           individually, or both.  Zoo deletes a stored copy of an
  47.           added file if necessary to prevent the number of stored
  48.           generations from exceeding the user-specified limit.
  49.  
  50.           Deleted files may be later undeleted.  Archives may be
  51.           packed to recover space occupied by deleted files.
  52.  
  53.           All commands assume that the archive name ends with the
  54.           characters .zoo unless a different extension is supplied.
  55.  
  56.           Novice commands
  57.  
  58.           Novice commands may be abbreviated to a hyphen followed by
  59.           at least one command character.  Each Novice command works
  60.           in two stages. First, the command does its intended work.
  61.           Then, if the result was that one or more files were deleted
  62.           in the specified archive, the archive is packed.  If packing
  63.           occurs, the original unpacked archive is always left behind
  64.           with an extension of .bak.
  65.  
  66.           No Novice command ever stores the directory prefix of a
  67.           file.
  68.  
  69.           The Novice commands are as follows.
  70.  
  71.           -add    Adds the specified files to the archive.
  72.  
  73.           -freshen
  74.                Adds a specified file to the archive if and only if an
  75.                older file by the same name already exists in the
  76.                archive.
  77.  
  78.           -delete
  79.                Deletes the specified files from the archive.
  80.  
  81.           -update
  82.                Adds a specified file to the archive either:  if an
  83.                older file by the same name already exists in the
  84.                archive or:  if a file by the same name does not
  85.                already exist in the archive.
  86.  
  87.           -extract
  88.                Extracts the specified files from the archive.  If no
  89.                file is specified all files are extracted.
  90.  
  91.           -move
  92.                Equivalent to -add except that source files are deleted
  93.                after addition.
  94.  
  95.           -print
  96.                Equivalent to -extract except that extracted data are
  97.                sent to standard output.
  98.  
  99.           -list
  100.                Gives information about the specified archived files
  101.                including any attached comments.  If no files are
  102.                specified all files are listed.  Deleted files are not
  103.                listed.
  104.  
  105.           -test
  106.                Equivalent to -extract except that the extracted data
  107.                are not saved but any errors encountered are reported.
  108.  
  109.           -comment
  110.                Allows the user to add or update comments attached to
  111.                archived files.  When prompted, the user may:  type a
  112.                carriage return to skip the file, leaving any current
  113.                comment unchanged;  or type a (possibly null) comment
  114.                of up to 65,535 characters terminated by /end (case-
  115.                insensitive) on a separate line;  or type the end-of-
  116.                file character (normally control D) to skip all
  117.                remaining files.
  118.  
  119.           -delete
  120.                Deletes the specified files.
  121.  
  122.           The correspondence between Novice and Expert commands is as follows.
  123.  
  124.           Novice                                        Equivalent
  125.           Command    Description                        Expert Command
  126.           ____________________________________________________________
  127.           -add       add files to archive               aP:
  128.           -extract   extract files from archive         x
  129.           -move      move files to archive              aMP:
  130.           -test      test archive integrity             xNd
  131.           -print     extract files to standard output   xp
  132.           -delete    delete files from archive          DP
  133.           -list      list archive contents              VC
  134.           -update    add new or newer files             aunP:
  135.           -freshen   by add newer files                 auP:
  136.           -comment   add comments to files              c
  137.  
  138.           Expert commands
  139.  
  140.           The general format of expert commands is:
  141.  
  142.           zoo {acDeghlLPTuUvVx}[aAcCdEfImMnNoOpPqSu1:/.@n+-=] archive
  143.           [file] ...
  144.  
  145.           The characters enclosed within {} are commands.  Choose any
  146.           one of these.  The characters enclosed within [] just to the
  147.           right of the {} are modifiers and zero or more of these may
  148.           immediately follow the command character.  All combinations
  149.           of command and modifier characters may not be valid.
  150.  
  151.           Files are added to an archive with the command:
  152.  
  153.           zoo {au}[cfIMnPqu:+-] archive [file] ...
  154.  
  155.           Command characters are:
  156.  
  157.           a    Add each specified file to archive.  Any already-
  158.                archived copy of the file is deleted if this is
  159.                necessary to avoid exceeding the user-specified limit
  160.                on the number of generations of the file to maintain in
  161.                the archive.
  162.  
  163.           u    Do an update of the archive.  A specified file is added
  164.                to the archive only if a copy of it is already in the
  165.                archive and the copy being added is newer than the copy
  166.                already in the archive.
  167.  
  168.           The following modifiers are specific to these commands.
  169.  
  170.           M    Move files to archive.  This makes zoo delete (unlink)
  171.                the original files after they have been added to the
  172.                archive.  Files are deleted after addition of all files
  173.                to the archive is complete and after any requested
  174.                packing of the archive has been done, and only if zoo
  175.                detected no errors.
  176.  
  177.           n    Add new files only.  A specified file is added only if
  178.                it isn't already in the archive.
  179.  
  180.           P    Pack archive after files have been added.
  181.  
  182.           u    Applied to the a command, this modifier makes it behave
  183.                identically to the u command.
  184.  
  185.                The combination of the n modifier with the u modifier
  186.                or u command causes addition of a file to the archive
  187.                either if the file is not already in the archive, or if
  188.                the file is already in the archive but the archived
  189.                copy is older than the copy being added.
  190.  
  191.           :    Do not store directory names.  In the absence of this
  192.                modifier zoo stores the full pathname of each archived
  193.                file.
  194.  
  195.           I    Read filenames to be archived from standard input. Zoo
  196.                will read its standard input and assume that each line
  197.                of text contains a filename.  Under AmigaDOS and the
  198.                **IX family, the entire line is used.  Under MS-DOS and
  199.                VAX/VMS, zoo assumes that the filename is terminated by
  200.                a blank, tab, or newline; thus it is permissible for
  201.                the line of text to contain more than one field
  202.                separated by white space, and only the first field will
  203.                be used.
  204.  
  205.                Under the **IX family of operating systems, zoo can be
  206.                used as follows in a pipeline:
  207.  
  208.                     find . -print | zoo aI sources
  209.  
  210.  
  211.  
  212.                If the I modifier is specified, no filenames may be
  213.                supplied on the command line itself.
  214.  
  215.           +,-  These modifiers take effect only if the a command
  216.                results in the creation of a new archive.  + causes any
  217.                newly-created archive to have generations enabled.  -
  218.                is provided for symmetry and causes any newly-created
  219.                archive to have generations disabled;  this is also the
  220.                default if neither + nor - is specified.
  221.  
  222.           Files are extracted from an archive with the command:
  223.  
  224.           zoo {ex}[dNoOpqS./@] archive [file] ...
  225.  
  226.           The e and x commands are synonymous.  If no file was
  227.           specified, all files are extracted from the archive.
  228.  
  229.           The following modifiers are specific to the e and x
  230.           commands:
  231.  
  232.           N    Do not save extracted data but report any errors
  233.                encountered.
  234.  
  235.           O    Overwrite files.  Normally, if a file being extracted
  236.                would overwrite an already-existing file of the same
  237.                name, zoo asks you if you really want to overwrite it.
  238.                You may answer the question with `y', which means yes,
  239.                overwrite; or `n', which means no, don't overwrite; or
  240.                `a', which means assume the answer is `y' for this and
  241.                all subsequent files.  The O modifier makes zoo assume
  242.                that files may always be overwritten.  Neither
  243.                answering the question affirmatively nor using O alone
  244.                will cause read-only files to be overwritten.
  245.  
  246.                On **IX systems, however, doubling this modifier as OO
  247.                will force zoo to unconditionally overwrite any read-
  248.                protected files with extracted files if it can do so.
  249.  
  250.                The O, N, and p modifiers are mutually exclusive.
  251.  
  252.           S    Supersede newer files on disk with older extracted
  253.                files.  Unless this modifier is used, zoo will not
  254.                overwrite a newer existing file with an older extracted
  255.                file.
  256.  
  257.           o    This is equivalent to the O modifier if and only if it
  258.                is given at least twice.  It is otherwise ignored.
  259.  
  260.           p    Pipe extracted data to standard output.  Error messages
  261.                are piped to standard output as well.  However, if a
  262.                bad CRC is detected, an error message is sent both to
  263.                standard error and to standard output.
  264.  
  265.           /    Extract to original pathname.  Any needed directories
  266.                must already exist.  In the absence of this modifier
  267.                all files are extracted into the current directory.  If
  268.                this modifier is doubled as //, required directories
  269.                need not exist and are created if necessary.
  270.  
  271.           The management of multiple generations of archived files is
  272.           done with the commands:
  273.  
  274.           zoo gl[Aq]{+-=}number archive files ..
  275.           zoo gc[q]{+-=}number archive files ..
  276.           zoo gA[q]- archive
  277.           zoo gA[q]+ archive
  278.  
  279.           The first form, gl, adjusts the generation limit of selected
  280.           files by the specified value.  If the form =n is used, where
  281.           n is a decimal number, this sets the generation limit to the
  282.           specified value.  If + or - are used in placed of = the
  283.           effect is to increment or decrement the generation limit by
  284.           the specified value.  For example, the command
  285.  
  286.                zoo gl=5 xyz :
  287.  
  288.  
  289.           sets the generation limit of each file in the archive
  290.           xyz.zoo to a value of 5.  The command
  291.  
  292.                zoo gl-3 xyz :
  293.  
  294.  
  295.           decrements the generation limit of each file in the archive
  296.           to 3 less than it currently is.
  297.  
  298.           If the A modifier is used, the archive-wide generation limit
  299.           is adjusted instead.
  300.  
  301.           The number of generations of a file maintained in an archive
  302.           is limited by the file generation limit, or the archive
  303.           generation limit, whichever is lower.  As a special case, a
  304.           generation limit of 0 stands for no limit.  Thus the default
  305.           file generation limit of 0 and archive generation limit of 1
  306.           limits the number of generations of each file in a newly-
  307.           created archive to one.
  308.  
  309.           The generation limit specified should be in the range 0
  310.           through 15;  any higher numbers are interpreted modulo 16.
  311.  
  312.           The second form of the command, using gc, adjusts the
  313.           generation count of selected files.  Each file has a
  314.           generation count of 1 when it is first added to an archive.
  315.           Each time a file by the same name is added again to an
  316.           archive, it receives a generation count that is one higher
  317.           than the highest generation count of the archived copy of
  318.           the file.  The permissible range of generation counts is 1
  319.           through 65535.  If repeated manipulations of an archive
  320.           result in files having very high generation counts, they may
  321.           be set back to lower numbers with the gc command.  The
  322.           syntax of the command is analogous to the syntax of the gl
  323.           command, except that the A modifier is not applicable to the
  324.           gc command.
  325.  
  326.           The third form, gA-, disables generations in an archive.
  327.           Generations are off when an archive is first created, but
  328.           may be enabled with the fourth form of the command, gA+.
  329.           When generations are disabled in an archive, zoo will not
  330.           display generation numbers in archive listings or maintain
  331.           multiple generations.  Generations can be re-enabled at any
  332.           time, though manipulation of an archive with repeated
  333.           interspersed gA- and gA+ commands may result in an archive
  334.           whose behavior is not easily understandable.
  335.  
  336.           Archived files are listed with the command:
  337.  
  338.           zoo {lLvV}[aAcCdfgmqvV@/1+-] archive[.zoo] [file] ...
  339.  
  340.           l    Information presented includes the date and time of
  341.                each file, its original and current (compressed) sizes,
  342.                and the percentage size decrease due to compression
  343.                (labelled CF or compression factor).  If a file was
  344.                added to the archive in a different timezone, the
  345.                difference between timezones is shown in hours as a
  346.                signed number.  As an example, if the difference is
  347.                listed as +3, this means that the file was added to the
  348.                archive in a timezone that is 3 hours west of the
  349.                current timezone.  The file time listed is, however,
  350.                always the original timestamp of the archived file, as
  351.                observed by the user who archived the file, expressed
  352.                as that user's local time.  (Timezone information is
  353.                stored and displayed only if the underlying operating
  354.                system knows about timezones.)
  355.  
  356.                If no filename is supplied all files are listed except
  357.                deleted files.
  358.  
  359.                Zoo selects which generation(s) of a file to list
  360.                according to the following algorithm.
  361.  
  362.                If no filename is supplied, only the latest generation
  363.                of each file is listed.  If any filenames are
  364.                specified, and a generation is specified for an
  365.                argument, only the requested generation is listed.  If
  366.                a filename is specified ending with the generation
  367.                character (`:' or `;'), all generations of that file
  368.                are listed.  Thus a filename argument of the form zoo.c
  369.                will cause only the latest generation of zoo.c to be
  370.                listed;  an argument of the form zoo.c:4 will cause
  371.                generation 4 of zoo.c to be listed;  and an argument of
  372.                the form zoo.c: or zoo.c:* will cause all generations
  373.                of zoo.c to be listed.
  374.  
  375.           L    This is similar to the l command except that all
  376.                supplied arguments must be archives and all non-deleted
  377.                generations of all files in each archive appear in the
  378.                listing.
  379.  
  380.                On **IX systems, on which the shell expands arguments,
  381.                if multiple archives are to be listed, the L command
  382.                must be used.  On other systems (VAX/VMS, AmigaDOS,
  383.                MSDOS) on which wildcard expansion is done internally
  384.                by zoo, wildcards may be used in the archive name, and
  385.                a multiple archive listing obtained, using the l
  386.                command.
  387.  
  388.           v    This causes any comment attached to the archive to be
  389.                listed in addition to the other information.
  390.  
  391.           V    This causes any comment attached to the archive and
  392.                also any comment attached to each file to be listed.
  393.  
  394.                Both the V and v command characters can also be used as
  395.                modifiers to the l and L commands.
  396.  
  397.           In addition to the general modifiers described later, the
  398.           following modifiers can be applied to the archive list
  399.           commands.
  400.  
  401.           a    This gives a single-line format containing both each
  402.                filename and the name of the archive, sorted by archive
  403.                name.  It is especially useful with the L command,
  404.                since the result can be further sorted on any field to
  405.                give a master listing of the entire contents of a set
  406.                of archives.
  407.  
  408.           A    This causes any comment attached to the archive to be
  409.                listed.
  410.  
  411.           g    This modifier causes file generation information to be
  412.                listed about the archive.  For each file listed, the
  413.                user-specified generation limit, if any, is listed.
  414.                For example, `3g' for a file means that the user wants
  415.                no more than three generations of the file to be kept.
  416.                In archives created by older versions of zoo, the
  417.                listing will show `-g', meaning that no generation
  418.                information is kept and multiple generations of the
  419.                file are not being maintained.
  420.  
  421.                In addition to the generation information for each
  422.                file, the archive-wide generation limit, if any, is
  423.                shown at the end of the listing.  If generations have
  424.                been disabled by the user, this is so indicated, for
  425.                example:
  426.  
  427.                     Archive generation limit is 3 (generations off).
  428.  
  429.                For more information about generations see the
  430.                description of the g command.
  431.  
  432.           m    This modifier is currently applicable to **IX systems
  433.                only.  It causes the mode bits (file protection code)
  434.                of each file to be listed as a three-digit octal
  435.                number.  Currently zoo preserves only the lowest nine
  436.                mode bits.  Their meanings are as described in the **IX
  437.                documentation for the chmod(1) command.
  438.  
  439.           C    This modifier causes the stored cyclic redundancy code
  440.                (CRC) for each archived file to be shown as a four-
  441.                digit hexadecimal number.
  442.  
  443.           1    This forces one filename to be listed per line.  It is
  444.                most useful in combination with the f modifier.
  445.  
  446.           /    This forces any directory name to be always listed,
  447.                even in fast columnized listings that do not normally
  448.                include any directory names.
  449.  
  450.           +,-  The - modifier causes trailing generation numbers to be
  451.                omitted from filenames.  The + modifier causes the
  452.                trailing generation numbers to be shown, which is also
  453.                the default if neither - nor + is specified.
  454.  
  455.           Files may be deleted and undeleted from an archive with the
  456.           following commands:
  457.  
  458.           zoo {DU}[Pq1] archive file ...
  459.  
  460.           The D command deletes the specified files and the U command
  461.           undeletes the specified files.  The 1 modifier (the digit
  462.           one, not the letter ell) forces deletion or undeletion of at
  463.           most one file.  If multiple instances of the same file exist
  464.           in an archive, use of the 1 modifier may allow selective
  465.           extraction of one of these.
  466.  
  467.           Comments may be added to an archive with the command:
  468.  
  469.           zoo c[A] archive
  470.  
  471.           Without the modifier A, this behaves identically to the
  472.           -comment command.  With the modifier A, the command serves
  473.           to add or update the comment attached to the archive as a
  474.           whole.  This comment may be listed with the lA, LA, v, and V
  475.           commands.  Applying the cA command to an archive that was
  476.           created with an older version of zoo will result in an error
  477.           message requesting that the user first pack the archive with
  478.           the P command.  This reorganizes the archive and creates
  479.           space for the archive comment.
  480.  
  481.           The timestamp of an archive may be adjusted with the
  482.           command:
  483.  
  484.           zoo T[q] archive
  485.  
  486.           Zoo normally attempts to maintain the timestamp of an
  487.           archive to reflect the age of the newest file stored in it.
  488.           Should the timestamp ever be incorrect it can be fixed with
  489.           the T command.
  490.  
  491.           An archive may be packed with the command:
  492.  
  493.           zoo P[EPq] archive
  494.  
  495.           If the backup copy of the archive already exists, zoo will
  496.           refuse to pack the archive unless the P modifier is also
  497.           given.  The E modifier causes zoo not to save a backup copy
  498.           of the original archive after packing.  A unique temporary
  499.           file in the current directory is used to initially hold the
  500.           packed archive.  This file will be left behind if packing is
  501.           interrupted or if for some reason this file cannot be
  502.           renamed to the name of the original archive when packing is
  503.           complete.
  504.  
  505.           Packing removes any garbage data appended to an archive
  506.           because of Xmodem file transfer and also recovers any wasted
  507.           space remaining in an archive that has been frequently
  508.           updated or in which comments were replaced.  Packing also
  509.           updates the format of any archive that was created by an
  510.           older version of zoo so that newer features (e.g. archive-
  511.           wide generation limit, archive comment) become fully
  512.           available.
  513.  
  514.           Zoo can act as a pure compression or uncompression filter,
  515.           reading from standard input and writing to standard output.
  516.           This is achieved with the command:
  517.  
  518.           zoo f{cu}
  519.  
  520.           where c specifies compression and u specifies uncompression.
  521.           A CRC value is used to check the integrity of the data.  The
  522.           compressed data stream has no internal archive structure and
  523.           contains multiple files only if the input data stream was
  524.           already structured, as might be obtained, for example, from
  525.           tar or cpio.
  526.  
  527.            Modem transfers can be speeded up with these commands:
  528.  
  529.                     zoo fc < file | sz ... rz | zoo fu > file
  530.  
  531.  
  532.  
  533.           General modifiers
  534.  
  535.           The following modifiers are applicable to several commands:
  536.  
  537.           c    Applied to the a and u commands, this causes the user
  538.                to be prompted for a comment for each file added to the
  539.                archive.  If the file being added has replaced, or is a
  540.                newer generation of, a file already in the archive, any
  541.                comment attached to that file is shown to the user and
  542.                becomes attached to the newly-added file unless the
  543.                user changes it.  Possible user responses are as
  544.                described for the -comment command.  Applied to the
  545.                archive list command l, the c modifier causes the
  546.                listing of any comments attached to archived files.
  547.  
  548.            .   In conjunction with / or // this modifier causes any
  549.                extracted pathname beginning with `/' to be interpreted
  550.                relative to the current directory, resulting in the
  551.                possible creation of a subtree rooted at the current
  552.                directory.  In conjunction with the command P the .
  553.                modifier causes the packed archive to be created in the
  554.                current directory.  This is intended to allow users
  555.                with limited disk space but multiple disk drives to
  556.                pack large archives.
  557.  
  558.           d    Most commands that act on an archive act only on files
  559.                that are not deleted.  The d modifier makes commands
  560.                act on both normal and deleted files.  If doubled as
  561.                dd, this modifier forces selection only of deleted
  562.                files.
  563.  
  564.           f    Applied to the a and u commands, the f modifier causes
  565.                fast archiving by adding files without compression.
  566.                Applied to l it causes a fast listing of files in a
  567.                multicolumn format.
  568.  
  569.           q    Be quiet.  Normally zoo lists the name of each file and
  570.                what action it is performing.  The q modifier
  571.                suppresses this.  When files are being extracted to
  572.                standard output, the q modifier suppresses the header
  573.                preceding each file.  When archive contents are being
  574.                listed, this modifier suppresses any header and
  575.                trailer.  When a fast columnized listing is being
  576.                obtained, this modifier causes all output to be
  577.                combined into a single set of filenames for all
  578.                archives being listed.
  579.  
  580.                When doubled as qq, this modifier suppresses WARNING
  581.                messages, and when tripled as qqq, ERROR messages are
  582.                suppressed too.  FATAL error messages are never
  583.                suppressed.
  584.  
  585.           Recovering data from damaged archives
  586.  
  587.           The @ modifier allows the user to specify the exact position
  588.           in an archive where zoo should extract a file from, allowing
  589.           damaged portions of an archive to be skipped.  This modifier
  590.           must be immediately followed by a decimal integer without
  591.           intervening spaces, and possibly by a comma and another
  592.           decimal integer, giving a command of the form l@m or l@m,n
  593.           (to list archive contents) or x@m or x@m,n (to extract files
  594.           from an archive).  Listing or extraction begin at position m
  595.           in the archive.  The value of m must be the position within
  596.           the archive of an undamaged directory entry.  This position
  597.           is usually obtained from fiz(1) version 2.0 or later.
  598.  
  599.           If damage to the archive has shortened or lengthened it, all
  600.           positions within the archive may be changed by some constant
  601.           amount.  To compensate for this, the value of n may be
  602.           specified.  This value is also usually obtained from fiz(1).
  603.           It should be the position in the archive of the file data
  604.           corresponding to the directory entry that has been specified
  605.           with m.  Thus if the command x@456,575 is given, it will
  606.           cause the first 456 bytes of the archive to be skipped and
  607.           extraction to begin at offset 456;  in addition, zoo will
  608.           attempt to extract the file data from position 575 in the
  609.           archive instead of the value that is found in the directory
  610.           entry read from the archive.  For example, here is some of
  611.           the output of fiz when it acts on a damaged zoo archive:
  612.  
  613.           ****************
  614.               2526: DIR  [changes] ==>   95
  615.               2587: DATA
  616.           ****************
  617.               3909: DIR  [copyrite] ==> 1478
  618.               3970: DATA
  619.               4769: DATA
  620.           ****************
  621.  
  622.           In such output, DIR indicates where fiz found a directory
  623.           entry in the archive, and DATA indicates where fiz found
  624.           file data in the archive.  Filenames located by fiz are
  625.           enclosed in square brackets, and the notation "==>   95"
  626.           indicates that the directory entry found by fiz at position
  627.           2526 has a file data pointer to position 95.  (This is
  628.           clearly wrong, since file data always occur in an archive
  629.           after their directory entry.)  In actuality, fiz found file
  630.           data at positions 2587, 3970, and 4769.  Since fiz found
  631.           only two directory entries, and each directory entry
  632.           corresponds to one file, one of the file data positions is
  633.           an artifact.
  634.  
  635.           In this case, commands to try giving to zoo might be
  636.           x@2526,2587 (extract beginning at position 2526, and get
  637.           file data from position 2587), x@3090,3970 (extract at 3090,
  638.           get data from 3970) and x@3909,4769 (extract at 3909, get
  639.           data from 4769).  Once a correctly-matched directory
  640.           entry/file data pair is found, zoo will in most cases
  641.           synchronize with and correctly extract all files
  642.           subsequently found in the archive.  Trial and error should
  643.           allow all undamaged files to be extracted.  Also note that
  644.           self-extracting archives created using sez (the Self-
  645.           Extracting Zoo utility for MS-DOS), which are normally
  646.           executed on an MS-DOS system for extraction, can be
  647.           extracted on non-MSDOS systems using zoo's damaged-archive
  648.           recovery method using the @ modifier.
  649.  
  650.           Wildcard handling
  651.  
  652.           Under the **IX family of operating systems, the shell
  653.           normally expands wildcards to a list of matching files.
  654.           Wildcards that are meant to match files within an archive
  655.           must therefore be escaped or quoted.  When selecting files
  656.           to be added to an archive, wildcard conventions are as
  657.           defined for the shell.  When selecting files from within an
  658.           archive, wildcard handling is done by zoo as described
  659.           below.
  660.  
  661.           Under MS-DOS and AmigaDOS, quoting of wildcards is not
  662.           needed.  All wildcard expansion of filenames is done by zoo,
  663.           and wildcards inside directory names are expanded only when
  664.           listing or extracting files but not when adding them.
  665.  
  666.           The wildcard syntax interpreted by zoo is limited to the
  667.           following characters.
  668.  
  669.           *    Matches any sequence of zero or more characters.
  670.  
  671.           ?    Matches any single character.
  672.  
  673.                Arbitrary combinations of * and ? are allowed.
  674.  
  675.           /    If a supplied pattern contains a slash anywhere in it,
  676.                then the slash separating any directory prefix from the
  677.                filename must be matched explicitly.  If a supplied
  678.                pattern contains no slashes, the match is selective
  679.                only on the filename.
  680.  
  681.           c-c  Two characters separated by a hyphen specify a
  682.                character range.  All filenames beginning with those
  683.                characters will match.  The character range is
  684.                meaningful only by itself or preceded by a directory
  685.                name.  It is not specially interpreted if it is part of
  686.                a filename.
  687.  
  688.           : and ;
  689.                These characters are used to separate a filename from a
  690.                generation number and are used when selecting specific
  691.                generations of archived files.  If no generation
  692.                character is used, the filename specified matches only
  693.                the latest generation of the file.  If the generation
  694.                character is specified, the filename and the generation
  695.                are matched independently by zoo's wildcard mechanism.
  696.                If no generation is specified following the : or ;
  697.                character, all generations of that file will match.  As
  698.                a special case, a generation number of 0 matches only
  699.                the latest generation of a file, while ^0 matches all
  700.                generations of a file except the latest one.  If no
  701.                filename is specified preceding the generation
  702.                character, all filenames will match.  As a corollary,
  703.                the generation character by itself matches all
  704.                generations of all files.
  705.  
  706.           MS-DOS users should note that zoo does not treat the dot as
  707.           a special character, and it does not ignore characters
  708.           following an asterisk.  Thus * matches all filenames; *.*
  709.           matches filenames containing a dot; *_* matches filenames
  710.           containing an underscore;  and *z matches all filenames that
  711.           end with the character z, whether or not they contain a dot.
  712.  
  713.           Usage hints
  714.  
  715.           The Novice command set in zoo is meant to provide an
  716.           interface with functionality and format that will be
  717.           familiar to users of other similar archive utilities.  In
  718.           keeping with this objective, the Novice commands do not
  719.           maintain or use any subdirectory information or allow the
  720.           use of zoo's ability to maintain multiple generations of
  721.           files.  For this reason, users should switch to exclusively
  722.           using the Expert commands as soon as possible.
  723.  
  724.           Although the Expert command set is quite large, it should be
  725.           noted that in almost every case, all legal modifiers for a
  726.           command are fully orthogonal.  This means that the user can
  727.           select any combination of modifiers, and when they act
  728.           together, they will have the intuitively obvious effect.
  729.           Thus the user need only memorize what each modifier does,
  730.           and then can combine them as needed without much further
  731.           thought.
  732.  
  733.           For example, consider the a command which is used to add
  734.           files to an archive.  By itself, it simply adds the
  735.           specified files.  To cause only already-archived files to be
  736.           updated if their disk copies have been modified, it is only
  737.           necessary to add the u modifier, making the command au.  To
  738.           cause only new files (i.e., files not already in the
  739.           archive) to be added, the n modifier is used to create the
  740.           command an.  To cause both already-archived files to be
  741.           updated and new files to be added, the u and n modifiers can
  742.           be used together, giving the command aun.  Since the order
  743.           of modifiers is not significant, the command could also be
  744.           anu.
  745.  
  746.           Further, the c modifier can be used to cause zoo to prompt
  747.           the user for a comment to attach to each file added.  And
  748.           the f modifier can cause fast addition (addition without
  749.           compression).  It should be obvious then that the command
  750.           auncf will cause zoo to update already-archived files, add
  751.           new files, prompt the user for comments, and do the addition
  752.           of files without any compression.  Furthermore, if the user
  753.           wishes to move files to the archive, i.e., delete the disk
  754.           copy of each file after it is added to the archive, it is
  755.           only necessary to add the M modifier to the command, so it
  756.           becomes auncfM.  And if the user also wishes to cause the
  757.           archive to be packed as part of the command, thus recovering
  758.           space from any files that are replaced, the command can be
  759.           modified to auncfMP by adding the P modifier that causes
  760.           packing.
  761.  
  762.           Similarly, the archive listing commands can be built up by
  763.           combining modifiers.  The basic command to list the contents
  764.           of an archive is l.  If the user wants a fast columnized
  765.           listing, the f modifier can be added to give the lf command.
  766.           Since this listing will have a header giving the archive
  767.           name and a trailer summarizing interesting information about
  768.           the archive, such as the number of deleted files, the user
  769.           may wish to "quieten" the listing by suppressing these;  the
  770.           relevant modifier is q, which when added to the command
  771.           gives lfq.  If the user wishes to see the **IX mode (file
  772.           protection) bits, and also information about multiple
  773.           generations, the modifiers m (show mode bits) and g (show
  774.           generation information) can be added, giving the command
  775.           lfqmg.  If the user also wishes to see an attached archive
  776.           comment, the modifier A (for archive) will serve.  Thus the
  777.           command lfqmgA will give a fast columnized listing of the
  778.           archive, suppressing any header and trailer, showing mode
  779.           bits and generation information, and showing any comment
  780.           attached to the archive as a whole.  If in addition
  781.           individual comments attached to files are also needed,
  782.           simply append the c modifier to the command, making it
  783.           lfqmgAc.  The above command will not show any deleted files,
  784.           however;  to see them, use the d modifier, making the
  785.           command lfqmgAcd (or double it as in lfqmgAcdd if only the
  786.           deleted files are to be listed).  And if the user also
  787.           wishes to see the CRC value for each file being listed, the
  788.           modifier C will do this, as in the command lfqmgAcdC, which
  789.           gives a fast columnized listing of all files, including
  790.           deleted files, showing any archive comment and file
  791.           comments, and file protection codes and generation
  792.           information, as well as the CRC value of each file.
  793.  
  794.           Note that the above command lfqmgAcdC could also be
  795.           abbreviated to VfqmgdC because the command V is shorthand
  796.           for lcA (archive listing with all comments shown).
  797.           Similarly the command v is shorthand for lA (archive listing
  798.           with archive comment shown).  Both V and v can be used as
  799.           modifiers to any of the other archive listing commands.
  800.  
  801.           Generations
  802.  
  803.           By default, zoo assumes that only the latest generation of a
  804.           specified file is needed.  If generations other than the
  805.           latest one need to be selected, this may be done by
  806.           specifying them in the filename.  For example, the name
  807.           stdio.h would normally refer to the latest generation of the
  808.           file stdio.h stored in a zoo archive.  To get an archive
  809.           listing showing all generations of stdio.h in the archive,
  810.           the specification stdio.h:* could be used (enclosed in
  811.           single quotes if necessary to protect the wildcard character
  812.           * from the shell).  Also, stdio.h:0 selects only the latest
  813.           generation of stdio.h, while stdio.h:^0 selects all
  814.           generations except the latest one.  The : character here
  815.           separates the filename from the generation number, and the
  816.           character * is a wildcard that matches all possible
  817.           generations.  For convenience, the generation itself may be
  818.           left out, so that the name stdio.h: (with the : but without
  819.           a generation number or a wildcard) matches all generations
  820.           exactly as stdio.h:* does.
  821.  
  822.           If a generation is specified but no filename is present, as
  823.           in :5, :*, or just :, all filenames of the specified
  824.           generation will be selected.  Thus :5 selects generation 5
  825.           of each file, and :* and : select all generations of all
  826.           files.
  827.  
  828.           It is important to note that zoo's idea of the latest
  829.           generation of a file is not based upon searching the entire
  830.           archive.  Instead, whenever zoo adds a file to an archive,
  831.           it is marked as being the latest generation.  Thus, if the
  832.           latest generation of a file is deleted, then no generation
  833.           of that file is considered the latest any more.  This can be
  834.           surprising to the user.  For example, if an archive already
  835.           contains the file stdio.h:5 and a new copy is added,
  836.           appearing in the archive listing as stdio.h:6, and then
  837.           stdio.h:6 is deleted, the remaining copy stdio.h:5 will no
  838.           longer be considered to be the latest generation, and the
  839.           file stdio.h:5, even if undeleted, will no longer appear in
  840.           an archive listing unless generation 5 (or every generation)
  841.           is specifically requested.  This behavior will likely be
  842.           improved in future releases of zoo.
  843.  
  844.      FILES
  845.           xXXXXXX - temporary file used during packing
  846.           archive_name.bak - backup of archive
  847.  
  848.      SEE ALSO
  849.           compress(1), fiz(1)
  850.  
  851.      BUGS
  852.           When files are being added to an archive on a non-MS-DOS
  853.           system, it is possible for zoo to fail to detect a full disk
  854.           and hence create an invalid archive.  This bug will be fixed
  855.           in a future release.
  856.  
  857.           Files with generation counts that wrap around from 65535 to
  858.           1 are not currently handled correctly.  If a file's
  859.           generation count reaches a value close to 65535, it should
  860.           be manually set back down to a low number.  This may be
  861.           easily done with a command such as gc-65000, which subtracts
  862.           65000 from the generation count of each specified file.
  863.           This problem will be fixed in a future release.
  864.  
  865.           Although zoo on **IX systems preserves the lowest nine mode
  866.           bits of regular files, it does not currently do the same for
  867.           directories.
  868.  
  869.           Currently zoo's handling of the characters : and ; in
  870.           filenames is not robust, because it interprets these to
  871.           separate a filename from a generation number.  A quoting
  872.           mechanism will eventually be implemented.
  873.  
  874.           Standard input cannot be archived nor can a created archive
  875.           be sent to standard output.  Spurious error messages may
  876.           appear if the filename of an archive is too long.
  877.  
  878.           Since zoo never archives any file with the same name as the
  879.           archive or its backup (regardless of any path prefixes),
  880.           care should be taken to make sure that a file to be archived
  881.           does not coincidentally have the same name as the archive it
  882.           is being added to.  It usually suffices to make sure that no
  883.           file being archived is itself a zoo archive.  (Previous
  884.           versions of zoo sometimes tried to add an archive to itself.
  885.           This bug now seems to be fixed.)
  886.  
  887.           Only regular files are archived; devices and empty
  888.           directories are not.  Support for archiving empty
  889.           directories and for preserving directory attributes is
  890.           planned for the near future.
  891.  
  892.           Early versions of MS-DOS have a bug that prevents "." from
  893.           referring to the root directory;  this leads to anomalous
  894.           results if the extraction of paths beginning with a dot is
  895.           attempted.
  896.  
  897.           VAX/VMS destroys case information unless arguments are
  898.           enclosed in double quotes.  For this reason if a command
  899.           given to zoo on a VAX/VMS system includes any uppercase
  900.           characters, it must be enclosed in double quotes.  Under
  901.           VAX/VMS, zoo does not currently restore file timestamps;
  902.           this will be fixed as soon as I figure out RMS extended
  903.           attribute blocks, or DEC supplies a utime() function,
  904.           whichever occurs first.  Other VMS bugs, related to file
  905.           structures, can often be overcome by using the program
  906.           bilf.c that is supplied with zoo.
  907.  
  908.           It is not currently possible to create a zoo archive
  909.           containing all zoo archives that do not contain themselves.
  910.  
  911.      DIAGNOSTICS
  912.           Error messages are intended to be self-explanatory and are
  913.           divided into three categories.  WARNINGS are intended to
  914.           inform the user of an unusual situation, such as a CRC error
  915.           during extraction, or -freshening of an archive containing a
  916.           file newer than one specified on the command line.  ERRORS
  917.           are fatal to one file, but execution continues with the next
  918.           file if any.  FATAL errors cause execution to be aborted.
  919.           The occurrence of any of these causes an exit status of 1.
  920.           Normal termination without any errors gives an exit status
  921.           of 0.  (Under VAX/VMS, however, to avoid an annoying
  922.           message, zoo always exits with an error code of 1.)
  923.  
  924.      COMPATIBILITY
  925.           All versions of zoo on all systems are required to create
  926.           archives that can be extracted and listed with all versions
  927.           of zoo on all systems, regardless of filename and directory
  928.           syntax or archive structure;  furthermore, any version of
  929.           zoo must be able to fully manipulate all archives created by
  930.           all lower-numbered versions of zoo on all systems.  So far
  931.           as I can tell, this upward compatiblity (all manipulations)
  932.           and downward compatiblity (ability to extract and list) is
  933.           maintained by zoo version 2.0.  You are forbidden, with the
  934.           force of copyright law, to create from the zoo source code
  935.           any derivative work that violates this compatibility goal,
  936.           whether knowingly or through negligence.  If any violation
  937.           of this compatibility goal is observed-i.e., if you are able
  938.           to use an implementation of zoo to create an archive that
  939.           some implementation of zoo on any system cannot extract-this
  940.           should be considered a serious problem and reported to me.
  941.  
  942.      CHANGES
  943.           Here is a list of changes occurring from version 1.50 to
  944.           version 2.01.  In parentheses is given the version in which
  945.           each change occurred.
  946.  
  947.           -    (1.71) New modifiers to the list commands permit
  948.                optional suppression of header and trailer information,
  949.                inclusion of directory names in columnized listings,
  950.                and fast one-column listings.
  951.  
  952.           -    (1.71) Timezones are handled.
  953.  
  954.           -    (1.71) A bug was fixed that had made it impossible to
  955.                individually update comments for a file whose name did
  956.                not correspond to MS-DOS format.
  957.  
  958.           -    (1.71) A change was made that now permits use of the
  959.                shared library on the **IX PC.
  960.  
  961.           -    (1.71) VAX/VMS is now supported reasonably well.
  962.  
  963.           -    (2.00) A comment may now be attached to the archive
  964.                itself.
  965.  
  966.           -    (2.00) The OO option allows forced overwriting of
  967.                read-only files.
  968.  
  969.           -    (2.00) Zoo will no longer extract a file if a newer
  970.                copy already exists on disk;  the S option will
  971.                override this.
  972.  
  973.           -    (2.00) File attributes are preserved for **IX systems.
  974.  
  975.           -    (2.00) Multiple generations of the same file are
  976.                supported.
  977.  
  978.           -    (2.00) Zoo will now act as a compression or
  979.                decompression filter on a stream of data and will use a
  980.                CRC value to check the integrity of a data stream that
  981.                is uncompressed.
  982.  
  983.           -    (2.00) A bug was fixed that caused removal of a
  984.                directory link if files were moved to an archive by the
  985.                superuser on a **IX system.
  986.  
  987.           -    (2.00) The data recovery modifier @ was greatly
  988.                enhanced.  Self-extracting archives created for MS-DOS
  989.                systems can now be extracted by zoo on any system with
  990.                help from fiz(1).
  991.  
  992.           -    (2.01) A bug was fixed that had caused the first
  993.                generation of a file to sometimes unexpectedly show up
  994.                in archive listings.
  995.  
  996.           -    (2.01) A bug was fixed that had caused the MS-DOS
  997.                version to silently skip files that could not be
  998.                extracted because of insufficient disk space.
  999.  
  1000.           -    (2.01) A bug was fixed that had sometimes made it
  1001.                impossible to selectively extract a file by specifying
  1002.                its name, even though all files could be extracted from
  1003.                the archive by not specifying any filenames.  This
  1004.                occurred when a file had been archived on a longer-
  1005.                filename system (e.g. AmigaDOS) and extraction was
  1006.                attempted on a shorter-filename system (e.g. MS-DOS).
  1007.  
  1008.           -    (2.01) A change was made that will make zoo preserve
  1009.                the mode (file protection) of a zoo archive when it is
  1010.                packed.  This is effective only if zoo is compiled to
  1011.                preserve and restore file attributes.  Currently this
  1012.                is so only for **IX systems.
  1013.  
  1014.           -    (2.01) A bug was fixed that had caused an update of an
  1015.                archive to not always add all newer files.
  1016.  
  1017.           -    (2.01) Blanks around equal signs in commands given to
  1018.                "make" were removed from the mk* scripts for better
  1019.                compatiblity with more **IX implementations including
  1020.                Sun's.
  1021.  
  1022.      FUTURE DIRECTIONS
  1023.           A revised version of zoo is in the works that will be able
  1024.           to write newly-created archives to standard output, and will
  1025.           also automatically perform end-of-line conversion for text
  1026.           files moved between dissimilar systems.  It will be upward
  1027.           and downward compatible with existing versions of zoo.
  1028.  
  1029.      ACKNOWLEDGEMENTS
  1030.           The zoo archiver was initially developed using Microsoft C
  1031.           3.0 on a PC clone manufactured by Toshiba of Japan and
  1032.           almost sold by Xerox.  Availability of the following systems
  1033.           was helpful in achieving portability:  Paul Homchick's
  1034.           Compaq running Microport System V/AT;  The Eskimo BBS
  1035.           somewhere in Oregon running Xenix/68000; Greg Laskin's
  1036.           system 'gryphon' which is an Intel 310 running Xenix/286;
  1037.           Ball State University's AT&T 3B2/300, UNIX PC, and VAX-
  1038.           11/785 (4.3BSD) systems.  In addition J. Brian Waters
  1039.           provided feedback to help me make the code compilable on his
  1040.           Amiga using Manx/Aztec C.  More recently, actual
  1041.           development, as opposed to portability testing, has been
  1042.           done exclusively on my own AT from PC's Limited running
  1043.           Microport System V/AT.  The executable version 2.0 for MS-
  1044.           DOS is currently compiled with Borland's Turbo C 1.0.
  1045.  
  1046.           Special thanks are due to:
  1047.  
  1048.           J. Brian Waters <uunet!bsu-cs!jbwaters>, who has worked
  1049.           diligently to port zoo to AmigaDOS, created Amiga-specific
  1050.           code, and continues keeping it updated.
  1051.  
  1052.           Paul Homchick <rutgers!cgh!paul>, who provided numerous
  1053.           detailed reports about some nasty bugs.
  1054.  
  1055.           Bill Davidsen <steinmetz!crdos1!davidsen>, who fixed zoo's
  1056.           handling of daylight savings time, provided changes to make
  1057.           this manual format correctly with troff, and provided many
  1058.           useful bug reports and suggestions.
  1059.  
  1060.           Mark Alexander <amdahl!drivax!alexande>, who provided me
  1061.           with some bug fixes, and also some portability modifications
  1062.           and speed optimizations that are due to be incorporated into
  1063.           the next release.
  1064.  
  1065.      AUTHOR
  1066.           Rahul Dhesi
  1067.